Release 10.1A: OpenEdge Development:
Progress 4GL Reference


CREATE CALL statement

Creates a CALL object, then stores a handle to it in the handle variable specified.

The CALL object, its attributes, and its methods, are used by applications to invoke logic dynamically.

Syntax

CREATE CALL handle [ IN widget-pool ] [ NO-ERROR ] 

handle

A HANDLE expression that indicates the name of a HANDLE variable into which a handle to the new CALL object is stored.

IN widget-pool

A CHARACTER expression that indicates the name of the widget pool to contain the new CALL object.

NO-ERROR

Suppresses reporting of errors that occur while CREATE CALL executes. Afterwards, you can get information on possible errors by checking the ERROR-STATUS system handle.

Notes

See also

CALL object handle, DELETE OBJECT statement


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095